#include "WorkingDialog.h" void SaSetMsgErrHandler(SaMsgErrHandler handler);
handler
SaSetMsgErrHandler
installs an error handler to be called each time an error comes back from the ORB.
The handler function must be of type SaMsgErrHandler
. The handler gets called before the console is displayed. This allows you to choose between handling the error yourself or allowing the console to handle it. The console can be toggled off and on with SaEnableConsole
and SaDisableConsole
.
Provides a generic way of handling all messages.